home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Remix Doll 3: Dirty Sally
/
Remix Doll 3: Dirty Sally.iso
/
drtyslly.exe
/
SHARED.DXR
/
04967_timeUtil.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-02-11
|
157 b
|
10 lines
on wait vTicks
set aStartTime to the ticks
repeat while the ticks < (aStartTime + vTicks)
end repeat
end
on waitTempo
wait(60 / the frameTempo)
end